PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentToCSettings Class


In This Topic
    PDFFlowDocumentToCSettings Class Methods
    In This Topic

    For a list of all members of this type, see PDFFlowDocumentToCSettings members.

    Public Methods
     NameDescription
    Public MethodGets the contents entry filler.
    The character is multiplied as necessary to fill the space between the heading text and the page number.  
    Public MethodGets the spacing after a table of contents entry.  
    Public MethodGets the spacing before a table of contents entry.  
    Public MethodGets the heading indent.  
    Public MethodGets the collection of page numbers.
    The pairs in this collection specify a page and a number (or any string that can server as page number). If the page appears in the table of contents (because it contains a heading that is included in the table of contents), the corresponding page number will be displayed for the heading.  
    Public MethodGets the contents page position in the document.
    This value is used if method returns true.  
    Public MethodGets the table of contents color.
    This value is used if method returns true.  
    Public MethodGets the font for displaying the contents text.
    This value is used if method returns true.  
    Public MethodGets the table of contents title.
    Usually this property is a string like "Contents" or "Table of Contents".  
    Public MethodGets a value indicating whether the table of contents should be generated as separate pages in the document.  
    Public MethodGets a value indicating whether the table of contents should be generated as document outline (bookmarks).  
    Public MethodGets the maximum heading level to be included in the contents page.
    This value is used if method returns true.  
    Public MethodGets the maximum heading level to be included in the document outline.  
    Public MethodGets the parent structure element for the table of contents.  
    Public MethodSets the contents entry filler.
    The character is multiplied as necessary to fill the space between the heading text and the page number.
    This value is used if method returns true.  
    Public MethodSets the spacing after a table of contents entry.
    This value is used if method returns true.  
    Public MethodSets the spacing before a table of contents entry.
    This value is used if method returns true.  
    Public MethodSets the heading indent.
    Level 1 headings are aligned to page's left margin. Level 2 headings are indented with space, level 3 headings are indented with 2 * space, and so on.
    This value is used if method returns true.  
    Public MethodSets the collection of page numbers.
    The pairs in this collection specify a page and a number (or any string that can server as page number). If the page appears in the table of contents (because it contains a heading that is included in the table of contents), the corresponding page number will be displayed for the heading.  
    Public MethodSets the contents page position in the document.
    This value is used if method returns true.  
    Public MethodSets the table of contents color.
    This value is used if method returns true.  
    Public MethodSets the font for displaying the contents text.
    This value is used if method returns true.  
    Public MethodSets the table of contents title.
    Usually this property is a string like "Contents" or "Table of Contents".  
    Public MethodSets a value indicating whether the table of contents should be generated as separate pages in the document.  
    Public MethodSets a value indicating whether the table of contents should be generated as document outline (bookmarks).  
    Public MethodSets the maximum heading level to be included in the contents page.
    This value is used if method returns true.  
    Public MethodSets the maximum heading level to be included in the document outline.  
    Public MethodSets the parent structure element for the table of contents.  
    Top
    See Also